home *** CD-ROM | disk | FTP | other *** search
/ PC Elektro 3 / PC-Elektro-3-cd1.bin / DesignWorks Professional Schematic Capture / DesignWorks4Setup.exe / Main / Bill of Materials.RFM < prev    next >
Encoding:
Text File  |  2004-10-16  |  1020 b   |  42 lines

  1. {
  2.     DesignWorks Report Form for Bill of Materials
  3.     Copyright 1990-1995 Capilano Computing Systems
  4.  
  5.     Requires an attribute field "type" to be defined in every part or library
  6.     entry with the catalog part number, and another called "value" with the
  7.     component value, if needed.
  8.  
  9. }
  10. $NOTES
  11. This report form produces a bill of materials.
  12.  
  13.  
  14. Limitations:
  15.  
  16.   none
  17.  
  18.  
  19. Attribute    Where    Description
  20.  
  21. Part         Devices  The part name.
  22. Value        Devices  The value for this device.
  23. Name         Devices  The name for this device.
  24. $END
  25. {
  26. ---------------------------------------------------------------------
  27. }
  28. $CREATEREPORT($DESIGNNAME.BOM) $PROMPT $CREATOR(ttxt)
  29. $COMBDEVSON
  30. $MAXITEMSPERLINE(12)
  31. $CONTSTART(                                        )
  32. $SORT $DEVICES &Part $LEXICAL &Value
  33. $HEADER
  34. Circuit:    $DESIGNNAME
  35. Date:        $DATE - $TIME
  36.  
  37. Device Type        Num. Used   Value    References
  38.  
  39. $ENDHEADER
  40. $ROWS(50)
  41. $DEVICES&Part$COL(23)$COUNT$COL(32)&Value$COL(40)$DEVNAME
  42.